fix(abstract-utxo): pass Zcash recovery block height - #9683
Merged
Conversation
ralph-bitgo
Bot
force-pushed
the
fix/sc-7552-zec-recovery-height
branch
from
September 8, 2026 18:44
2463e82 to
52e913c
Compare
Contributor
Contributor
|
|
ralph-bitgo
Bot
force-pushed
the
fix/sc-7552-zec-recovery-height
branch
from
September 10, 2026 04:00
52e913c to
2975e82
Compare
Add blockHeight to public recovery parameters and thread it into the Zcash PSBT builder. Cover the NU6.2 branch ID at the activation height so non-BitGo ZEC recovery callers can supply an independent current height instead of using the stale NU6.1 branch ID. Ticket: SC-7552 Session-Id: f94964a3-36f2-408a-8e36-9d4dc606220b Task-Id: 726038f1-9cab-4db1-9198-faec874137e8
abhi-bitgo
force-pushed
the
fix/sc-7552-zec-recovery-height
branch
from
September 10, 2026 05:19
2975e82 to
65bf651
Compare
abhi-bitgo
approved these changes
Sep 10, 2026
abhi-bitgo
marked this pull request as ready for review
September 10, 2026 06:19
abhi-bitgo
force-pushed
the
fix/sc-7552-zec-recovery-height
branch
2 times, most recently
from
September 10, 2026 06:21
ebe1205 to
65bf651
Compare
abhi-bitgo
self-requested a review
September 10, 2026 06:25
mukeshsp
approved these changes
Sep 10, 2026
Ranjna-G
approved these changes
Sep 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
blockHeighttoRecoverParamsand the pre-derived recovery parameters.0x5437f330.Why
Non-BitGo ZEC recoveries omitted a current height and used the stale NU6.1 fallback, causing transactions to be rejected by NU6.2 nodes.
Verification
yarn workspace @bitgo/abstract-utxo buildBITGOJS_TEST_PASSWORD=test-password yarn workspace @bitgo/abstract-utxo unit-test --grep "uses the supplied post-NU6.2 block height"Ticket: SC-7552